Title: Shadow's GP Rain
Author: PowerPanda
Version: 1.0
Applies to: FF3us v1.0 (headered)

Contents:  shadowgp.ips - apply to your rom to get the changes
	   shadowgp removal.ips - reverts rom back to the original
	   shadowgp no description.ips - the same changes with no item description
           shadowgp no description removal.ips - reverts rom back to original

--------------------------------------------------------------------------------
-=Intro and Description=-
This is a small patch that moves the "Coin Toss" relic from Setzer to Shadow.
Instead of changing "Slot" into "GP Rain", it changes "Throw" into "GP Rain",
echoing the growth of the "Throw" Materia from FFVII.

The item description was coded directly in hex to ensure compatibility with other
patches. Just patch the "shadowgp.ips" on your headered rom. If you have changed
any other item descriptions, you will want to use the "shadowgp no description.ips"
patch, then make the change to the item description yourself in whatever program
you are using.

--------------------------------------------------------------------------------
Credits

Hacking - PowerPanda

Programs Used
FF3usME 6.80
Cygnus Hex Editor

--------------------------------------------------------------------------------
Code Changes

C2/5453: 0F > 0B	(affect "Throw", not "Slot") (Applies to Battle Menu)
C3/6199: 0F > 0B	(affect "Throw", not "Slot") (Applies to Party Menu)
D8/6915: 00 12 > 08 10	(equip to Shadow/Gogo, not Setzer/Gogo)

Item Description Change is from ED/7378-ED/7396. This block is unmodified in the
"shadowgp no description.ips" patch